adjustment: Small docs tweak
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Feb 2021 22:49:48 +0000 (17:49 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkadjustment.c

index 168fbe71c9f8492449f4ca2ee52147904e882336..4adc25142cc7e13f90f7d413cb942eb6ecd7369d 100644 (file)
 /**
  * GtkAdjustment:
  *
- * The `GtkAdjustment` object represents a value which has an associated lower
- * and upper bound.
+ * `GtkAdjustment` is a model for a numeric value.
  *
- * It also contains step and page increments, and a page size. It is used
- * within several GTK widgets, including [class@Gtk.SpinButton],
- * [class@Gtk.Viewport], [class@Gtk.Scrollbar] and [class@Gtk.Scale].
+ * The `GtkAdjustment has an associated lower and upper bound.
+ * It also contains step and page increments, and a page size.
+ *
+ * Adjustments are used within several GTK widgets, including
+ * [class@Gtk.SpinButton], [class@Gtk.Viewport], [class@Gtk.Scrollbar]
+ * and [class@Gtk.Scale].
  *
  * The `GtkAdjustment` object does not update the value itself. Instead
  * it is left up to the owner of the `GtkAdjustment` to control the value.